FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagextehr.eu.ehds.models
Resource TypeStructureDefinition
IdStructureDefinition-EHDSHumanName.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/Xt-EHR/xt-ehr-common/StructureDefinition-EHDSHumanName.html
URLhttp://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSHumanName
Version1.0.0
Statusactive
Date2026-04-03T08:10:50+00:00
NameEHDSHumanName
TitleHuman name model
DescriptionModel for human name
Typehttp://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSHumanName
Kindlogical

Resources that use this resource

StructureDefinition
xtehr.eu.ehds.models#currentEHDSHealthProfessionalHealth professional model
xtehr.eu.ehds.models#currentEHDSPatientPatient model
xtehr.eu.ehds.models#currentEHDSRelatedPersonRelated person model

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition EHDSHumanName

Language: en

NameFlagsCard.TypeDescription & Constraintsdoco
.. EHDSHumanName 0..*BaseHuman name model
... use 0..1CodeableConceptIdentifies the purpose of this name.
Binding Description: (preferred): HL7 Name Use
... text 0..1stringSpecifies the entire name as it should be displayed e.g. on an application UI.
... family 0..*stringThe family name/surname/last name of a person.
... given 0..*stringThe given name/first name.
... prefix 0..*stringName parts that come before the name. Prefixes appear in the correct order for presenting the name.
... suffix 0..*stringName parts that come after the name. Suffixes appear in the correct order for presenting the name.

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "EHDSHumanName",
  "language": "en",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSHumanName",
  "version": "1.0.0",
  "name": "EHDSHumanName",
  "title": "Human name model",
  "status": "active",
  "date": "2026-04-03T08:10:50+00:00",
  "publisher": "Xt-EHR",
  "contact": [
    {
      "name": "Xt-EHR",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.xt-ehr.eu/"
        }
      ]
    }
  ],
  "description": "Model for human name",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSHumanName",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "5.0.0"
      }
    ],
    "element": [
      {
        "id": "EHDSHumanName",
        "path": "EHDSHumanName",
        "short": "Human name model",
        "definition": "Model for human name",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "EHDSHumanName.use",
        "path": "EHDSHumanName.use",
        "short": "Identifies the purpose of this name.",
        "definition": "Identifies the purpose of this name.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSHumanName.use",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "HL7 Name Use"
        }
      },
      {
        "id": "EHDSHumanName.text",
        "path": "EHDSHumanName.text",
        "short": "Specifies the entire name as it should be displayed e.g. on an application UI.",
        "definition": "Specifies the entire name as it should be displayed e.g. on an application UI.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSHumanName.text",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSHumanName.family",
        "path": "EHDSHumanName.family",
        "short": "The family name/surname/last name of a person.",
        "definition": "The family name/surname/last name of a person.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSHumanName.family",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSHumanName.given",
        "path": "EHDSHumanName.given",
        "short": "The given name/first name.",
        "definition": "The given name/first name.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSHumanName.given",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSHumanName.prefix",
        "path": "EHDSHumanName.prefix",
        "short": "Name parts that come before the name. Prefixes appear in the correct order for presenting the name.",
        "definition": "Name parts that come before the name. Prefixes appear in the correct order for presenting the name.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSHumanName.prefix",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSHumanName.suffix",
        "path": "EHDSHumanName.suffix",
        "short": "Name parts that come after the name. Suffixes appear in the correct order for presenting the name.",
        "definition": "Name parts that come after the name. Suffixes appear in the correct order for presenting the name.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSHumanName.suffix",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "EHDSHumanName",
        "path": "EHDSHumanName",
        "short": "Human name model",
        "definition": "Model for human name"
      },
      {
        "id": "EHDSHumanName.use",
        "path": "EHDSHumanName.use",
        "short": "Identifies the purpose of this name.",
        "definition": "Identifies the purpose of this name.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "HL7 Name Use"
        }
      },
      {
        "id": "EHDSHumanName.text",
        "path": "EHDSHumanName.text",
        "short": "Specifies the entire name as it should be displayed e.g. on an application UI.",
        "definition": "Specifies the entire name as it should be displayed e.g. on an application UI.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSHumanName.family",
        "path": "EHDSHumanName.family",
        "short": "The family name/surname/last name of a person.",
        "definition": "The family name/surname/last name of a person.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSHumanName.given",
        "path": "EHDSHumanName.given",
        "short": "The given name/first name.",
        "definition": "The given name/first name.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSHumanName.prefix",
        "path": "EHDSHumanName.prefix",
        "short": "Name parts that come before the name. Prefixes appear in the correct order for presenting the name.",
        "definition": "Name parts that come before the name. Prefixes appear in the correct order for presenting the name.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSHumanName.suffix",
        "path": "EHDSHumanName.suffix",
        "short": "Name parts that come after the name. Suffixes appear in the correct order for presenting the name.",
        "definition": "Name parts that come after the name. Suffixes appear in the correct order for presenting the name.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}